Platform Explorer / Nuxeo Platform 2023.10

Operation Quotas.RecomputeStatistics (Recompute quota statistics on documents, optionally only for a tenant, user or path)

Operation id Quotas.RecomputeStatistics
Category Quotas
Label Recompute quota statistics on documents, optionally only for a tenant, user or path
Requires
Since

Parameters

Name Description Type Required Default value
path string no  
tenantId string no  
updaterName string no  
username string no  

Signature

Inputs void
Outputs string

Implementation Information

Implementation Class Class: org.nuxeo.ecm.quota.automation.RecomputeQuotaStatistics
Contributing Component rg.nuxeo.ecm.quota.automation.contrib

JSON Definition

{
  "id" : "Quotas.RecomputeStatistics",
  "label" : "Recompute quota statistics on documents, optionally only for a tenant, user or path",
  "category" : "Quotas",
  "requires" : null,
  "description" : null,
  "url" : "Quotas.RecomputeStatistics",
  "signature" : [ "void", "string" ],
  "params" : [ {
    "name" : "path",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "tenantId",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "updaterName",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "username",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}